home *** CD-ROM | disk | FTP | other *** search
- /* head.h: header file */
-
- /*
- * @(#) $Header: /xtel/pp/pp-beta/h/RCS/head.h,v 6.0 1991/12/18 20:42:44 jpo Rel $
- *
- * $Log: head.h,v $
- * Revision 6.0 1991/12/18 20:42:44 jpo
- * Release 6.0
- *
- *
- */
-
-
-
- #ifndef _H_HEAD
- #define _H_HEAD
-
-
- #include "util.h"
- #include "retcode.h"
-
-
- /*
- * PP - An MTA
- *
- * Copyright (C) 1989, University College London + Nottingham University
- *
- * Acquisition, use, and distribution of this module and its listings
- * are subject restricted to the terms of a license agreement.
- * Documents describing systems using this module must cite its source.
- *
- * The above statements must be retained with all copies of this
- * program and may not be removed without the consent of
- * University College London and Nottingham University.
- *
- */
-
-
- #endif
-